home *** CD-ROM | disk | FTP | other *** search
/ Software 2000 / Software 2000 Volume 1 (Disc 1 of 2).iso / utilities / u262.dms / u262.adf / POWERUTIL / POWERUTIL.DOC / POWERUTIL.DOC
Text File  |  1978-01-07  |  8KB  |  177 lines

  1. ***********************************************************************
  2. *                       P o w e r U t i l i t y                       *
  3. *                       -----------------------                       *
  4. *                  Copyright (c) 1990 by Power Point                  *
  5. *         Demo Release Version 2.12 by Power Point and AMICOM.        *
  6. *            Including the famous 60Hz Emulator by AMICOM.            *
  7. ***********************************************************************
  8.  
  9.  
  10. PowerUtility Short Description
  11. -----------------------------------------------------------------------
  12. PowerUtility is a tool system developed for all Amiga types in 1988.
  13. It is intended for users (programmers and normal users) of Kickstart
  14. 1.2, 1.3 and SCA1.3. It is not compatible with AmigaDOS V2.x
  15. PowerUtility allows the user to have a collection of resident programs
  16. in his system. It remains in the system even after reboot.
  17. The user can choose the modules he likes from a given range. He is also
  18. encouraged to add modules of his own, using an example source code.
  19. The user can access the modules at any time via hotkeys.
  20. PowerUtility may be started as a CLI command or from bootblock.
  21.  
  22.  
  23. PowerUtility Demo Version
  24. -----------------------------------------------------------------------
  25. The demo version is actually a collection of the most popular modules.
  26. Until now, however, we did not provide the AMICOM 60Hz Emulator module
  27. for technology secret reasons. The emulator was developed in 1988.
  28. Until in 1990, we have never seen any other program doing the job.
  29. There is now the game called 'Wings of Death' which contains a
  30. primitive (non-AmigaDOS) version of such an emulator. Therefore, we do
  31. no longer retain it.
  32. The demo version does not allow you to set-up your own collection or
  33. to add modules. It works only 'as is' with all included modules.
  34.  
  35.  
  36. PowerUtility technical description
  37. -----------------------------------------------------------------------
  38. PowerUtility consists of the MAKEPU tool and some modules.
  39. The PowerUtility MAKEPU tool does
  40. - check the integrity of the modules (incl version conflicts)
  41. - glue the modules together
  42. - add a base with i/o and other functions
  43. - allocate hotkeys to the modules
  44. - add a help menu
  45. - generate startup-bootblocks if requested by the user
  46. - install the code in memory if requested by the user
  47.  
  48. We tried to keep PowerUtility as flexible and at the same time, as
  49. compatible as possible. The idea was to allow access to the modules at
  50. any time. This goal required a lot of hack and lowlevel work. For
  51. example, we were forced to use lowlevel display output because in some
  52. situations the OS screens refuse to work.
  53.  
  54. PowerUtility may be used with 512k Amigas as well as with all kinds
  55. of memory expansions. The resident manager is able to deal with the bug
  56. of the Amiga 1000. However, it does no longer support HQC Penicillin
  57. Kickstart. PowerUtility tries to install at a safe position in memory.
  58. By default, it goes to the highest possible location in chip- or
  59. extended ($C00000) memory. Since extended memory is not cleared at cold
  60. reboot, this is the safest place it can go. There is an option that
  61. lets you put the code to the lowest possible location in chipmemory.
  62.  
  63. The PowerUtility startup-bootblock allows quick installation from
  64. floppy disk. When you boot from a disk with a startup-bootblock, the
  65. PowerUtility will be loaded more quickly than with a startup-sequence
  66. entry. Furthermore, this allows you to install the tools before
  67. AmigaDOS has been booted. For example, you can boot in NTSC mode with
  68. the 60Hz emulator.
  69.  
  70. PowerUtility key functions
  71. -----------------------------------------------------------------------
  72. All Power Utility functions are activated by pressing 
  73. L-Alt, L-Shift and CTRL together plus one of the following keys:
  74. - HELP   calls the Power Utility help menu
  75. - ESC    quits / removes Power Utility
  76. - 0..9   call function 0..9 (currently only 6 modules)
  77.  
  78. In the help menu, you can see the the names of the modules and
  79. the key numbers associated to them. In the help menu, these
  80. functions may be activated by pressing just the number key.
  81. Either numeric pad or normal number keys can be used.
  82.  
  83.  
  84. PowerUtility modules
  85. -----------------------------------------------------------------------
  86. BLITTER-COPY
  87.  The BLITTER-COPY module contains a simple but effective AmigaDOS disk
  88.  copier with integrated badblock repairing facilities of high quality.
  89.  Its speed has not yet been beaten by any commercial product.
  90. Hotkey-function: start it!
  91.  
  92. CACHECONTROL
  93.  The CACHECONTROL module allows switching of the instruction cache.
  94.  The cache status is restored on reboot.
  95. Hotkey-function: toggle on/off.
  96.  
  97. 60Hz-Emulation
  98.  The 60Hz emulator makes every Amiga (no matter if equipped with Fatter
  99.  or normal Agnus) go 60Hz.
  100.  The RGB output will be accepted by most monitors including the
  101.  Commodore 1081,1084,1084S and ofcourse by all Multisync type monitors.
  102.  The B/W composite output will be accepted by some monitors without
  103.  adjustment, others may require adjusting v-hold.
  104.  The CVBS output of the NTSC version (with piggy-back) of the Amiga
  105.  1000 will drive NTSC TV sets and even video recorders although it does
  106.  not keep up 100% with the NTSC standard.
  107.  NTSC® is a trade mark and stands for Never Twice the Same Color...
  108.  The Effects of the 60Hz emulation are:
  109.  - considerably less area flickering in both interlace and
  110.    noninterlace mode
  111.  - less (although still too much) line flickering in interlace mode
  112.  - reduced vertical resolution: 200 instead of 256 standard
  113.    noninterlaced scan lines, physically 525 instead of 625
  114.    interlaced scan lines
  115.  - 60 vertical blanks per second. Because most people are lame coders,
  116.    almost all music players I have seen go faster with 60Hz.
  117.  Most monitors have a special feature for 60Hz input: They stretch the
  118.  image in order to compensate for the reduced amount of scan lines.
  119.  The 1081,1084,1084S/SP monitors as well as most multisyncs and other
  120.  RGB monitors all have this feature. Unfortunately, the A2024 does not
  121.  have this benefit.
  122. Hotkey-function: toggle on/off.
  123.  
  124. NoFastmem
  125.  The nofastmem module allows to disable all but chip memory by
  126.  hotkey. Note that the status is also preserved after reboot. You
  127.  may use this feature to keep as much fast memory as possible, forcing
  128.  operating system stuff to go into chip memory.
  129. Hotkey-function: toggle on/off.
  130.  
  131. LED control
  132.  The led control module switches the power led / anti aliasing filter.
  133. Hotkey-function: toggle on/off.
  134.  
  135. Antivirus
  136.  The antivirus module contains a bootblock and a file/memory virus
  137.  protector. The bootblock virus protector scans all disk access as most
  138.  protectors do. It operates in one of two possible modes:
  139.  - Auto scan:   In this mode, the intelligent virusprotector is active.
  140.    It compares every bootblock to an internal list of viruses.
  141.    The internal list may be updated by the user.
  142.    It also scans the code of the bootblock for suspicious constructs.
  143.  - Manual scan: In this mode, the intelligent virusprotector is
  144.    disabled. Instead, all bootblocks except normally INSTALLed ones are
  145.    displayed to let the user guess what is on them.
  146.  The memory virus protector tries to find any suspicious code in memory
  147.  no matter if it is a bootblock or a file virus. It watches certain
  148.  fragile system parameters continuously.
  149. Hotkey-function: toggle bootblock virusprotector mode Auto/Manual scan.
  150.  
  151. Swap drive
  152.  The swapdrive module contains a software bootselector and floppy drive
  153.  swapper.
  154. Hotkey-function: rotate floppies numbers.
  155.  
  156. SetPatch
  157.  The patch module contains the complete set of system patches known
  158.  at this time. It is continuously being updated and currently contains
  159.  all patches as done by SetPatch V1.34
  160.  This module is very convenient for systems with 1MB chip memory and
  161.  kickstart 1.2 or 1.3 (non-SCA) because it fixes the problem that
  162.  every reboot is a cold reboot.
  163. Hotkey-function: none
  164.  
  165. -----------------------------------------------------------------------
  166.  
  167. Power Utility Update Version 2.12 Changes:
  168.  
  169. - attempts to be compatible with latest release of AmigaDOS 2.x
  170. - bug in blittercopy fixed (trashed memory list)
  171. - 60Hz emulation updated so that it tries to use the Fatter Agnus
  172. - latest SetPatch 1.38 included
  173. - cache control updated for both data and instruction cache
  174.  
  175. -----------------------------------------------------------------------
  176.  
  177.